home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / Chip Mayıs 2001.iso / prog / fire / 01 / setup.exe / Disk1 / data1.cab / Program_Executable_Files / plugins / plugins.web
Encoding:
Text File  |  2000-08-11  |  2.5 KB  |  60 lines

  1. // This file provides sample plugins for use with the mini-console program
  2. // that ships with BlackICE. This file is located in the subdirectory
  3. // called "plugins". In a default installation, this would be
  4. // the directory "c:\Program Files\Network ICE\BlackICE\plugins".
  5. //
  6. // There are many types of plugins, but text files with this format
  7. // and the extension ".web" will add menu items that launch web-pages when
  8. // selected. These URLs may contain information about the currently
  9. // hilited attack or intruder.
  10. //
  11. // A specification consists of three parts:
  12. //    url
  13. //        This is a URL, containing optional fields (see the meaning of $
  14. //        below). This URL will be opened in the web page when this item
  15. //        is selected
  16. //    menutext
  17. //        This is the logical "path" of the menu. For example, the 
  18. //        specification "Plugins\One\Two" means the user first selects
  19. //        the main menu, then the "Plugins" submenu, then the "One"
  20. //        submenu off of that, then finally this item labeled "Two".
  21. //        See below for more information.
  22. //    END
  23. //        Every specification must end with an "END", at which point
  24. //        you can add another specification.
  25. //
  26. // A URL contains optional fields. These fields consist of a '$' character
  27. // followed by a number/letter. The number indicates the value of a column
  28. // from the file "attack-list.csv"  from the currently selected attack/intruder.
  29. // For example, if the current selection has the IP address of "192.0.2.123",
  30. // then the field of "$4" in the URL will be replaced with this address.
  31. // Note that fields start counting with the number 0.
  32. //
  33. // When specifying the menutext, the first item is the "root" menu item. These
  34. // roots are:
  35. //    Main\xxxx
  36. //        Adds to a special "xxxx" menus off of
  37. //        the main menubar. 
  38. //    Main\Tools
  39. //        Adds to the "Tools" menu off of the main menubar.
  40. //    Help
  41. //        Causes the menu to be added to the "Help" menu. Note that 
  42. //        (currently) this is the same as "Main\&Help" (though that
  43. //        may change as we move things around in the future.
  44. //    Attacks
  45. //        Adds to the right-hand-click popup menu on the Attacks page.
  46. //    Intruders
  47. //        Adds to the right-hand-click popup menu on the Intruders page.
  48. //
  49. //      Remember that we will change the user interface in
  50. //        the future, which might break things (or older users will download
  51. //        newer plugins).
  52.  
  53. url = http://advice.networkice.com/advICE/Support/KB
  54. menutext = Help\Support &Knowledge Base
  55. END
  56.  
  57. //url = http://www.samspade.org/cgi/nph-lookat.cgi?address=$4&whois=on&ipblock=on&traceroute=on
  58. //menutext = Intruders\SamSpade
  59. //END
  60.